home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / man / rlezoom.man < prev    next >
Text File  |  1994-04-01  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. RLEZOOM(1)                                             RLEZOOM(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rlezoom - Magnify an RLE file by pixel replication.
  9.  
  10. SSYYNNOOPPSSIISS
  11.        rrlleezzoooomm _f_a_c_t_o_r [ _y_-_f_a_c_t_o_r ] [ --ff ] [ --oo _o_u_t_f_i_l_e ] [ _i_n_f_i_l_e
  12.        ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This program magnifies (zooms) an _R_L_E(5) file by a  float­
  16.        ing  point  factor.   Each  pixel  in  the  original image
  17.        becomes a block of pixels in the output image.  If  no  _y_-
  18.        _f_a_c_t_o_r  is  specified, then the image will be magnified by
  19.        _f_a_c_t_o_r equally in both directions.  If _y_-_f_a_c_t_o_r is  given,
  20.        then each input pixel becomes a block of _f_a_c_t_o_r × _y_-_f_a_c_t_o_r
  21.        pixels in the output.  If _f_a_c_t_o_r or _y_-_f_a_c_t_o_r is less  than
  22.        1.0,  pixels  will be dropped from the image.  There is no
  23.        pixel blending performed.  Input is taken from _i_n_f_i_l_e,  or
  24.        from  the  standard input if not specified.  The magnified
  25.        image is written to the standard output,  or  _o_u_t_f_i_l_e_,  if
  26.        specified.
  27.  
  28.        You  should  use  _r_l_e_z_o_o_m  over _f_a_n_t(1) if you just want a
  29.        quick magnification of an image with the pixel  boundaries
  30.        showing.   It is significantly faster than _f_a_n_t because it
  31.        does no arithmetic on  the  pixel  values.   If  you  need
  32.        blending  between pixels in the magnified image, then _f_a_n_t
  33.        is the correct program to use.  Use _r_l_e_z_o_o_m _-_f  _f_a_c_t_o_r  _y_-
  34.        _f_a_c_t_o_r to produce an image the same size as _f_a_n_t _-_p _0 _0 _-_s
  35.        _f_a_c_t_o_r _y_-_f_a_c_t_o_r for previewing purposes.
  36.  
  37.        Note: due to the way that _s_c_a_n_a_r_g_s(3) parses the arguments
  38.        from  the command line, if the name of _i_n_f_i_l_e is a number,
  39.        and it is in the current directory, you should  prefix  it
  40.        with  "./"  so that it will not be confused with _f_a_c_t_o_r or
  41.        _y_-_f_a_c_t_o_r.
  42.  
  43. SSEEEE AALLSSOO
  44.        _f_a_n_t(1), _u_r_t(1), _s_c_a_n_a_r_g_s(3), _R_L_E(5).
  45.  
  46. AAUUTTHHOORR
  47.        Spencer W. Thomas, Gerald A. Winters.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. 1                          Feb 27, 1987                         1
  65.  
  66.  
  67.